home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "{invalid_utf8=216}{invalid_utf8=237}k{invalid_utf8=225} v{invalid_utf8=225}m n{invalid_utf8=236}co jm{invalid_utf8=233}no Dr{invalid_utf8=225}t Vejdr?";
- if(_root.menu.eng)
- {
- Text1 = "Do you know someone with name like Daft Vapour? ";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "M{invalid_utf8=249}{invalid_utf8=158}ete mi odpustit?";
- if(_root.menu.eng)
- {
- Text2 = "Can you forgive me?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C)
- {
- Text3 = "Promi{invalid_utf8=242}te, nezn{invalid_utf8=225}te n{invalid_utf8=225}hodou pana Culexe?";
- if(_root.menu.eng)
- {
- Text3 = "Excuse me. Do you know Mr. Culex?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "U{invalid_utf8=158} p{invalid_utf8=249}jdu";
- if(_root.menu.eng)
- {
- Text4 = "I\'m going.";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-